home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 41 / Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso / -seriously_amiga- / misc / vinced / include / images / titlebar.h
C/C++ Source or Header  |  1999-04-19  |  450b  |  26 lines

  1.  
  2.  
  3. #ifndef IMAGES_TITLEBAR_H
  4. #define IMAGES_TITLEBAR_H
  5.  
  6.  
  7. // Public definitions for the "titlebar image" BOOPSI class
  8.  
  9. #define TBIA_Dummy      (TAG_USER + 0x0B0000)
  10. #define TBIA_Unused     (TBIA_Dummy + 0x0001)
  11.  
  12. #define POPUPIMAGE    (101)
  13. #define MUIIMAGE      (102)
  14. #define SNAPSHOTIMAGE (103)
  15. #define ICONIFYIMAGE  (104)
  16. #define PADLOCKIMAGE  (105)
  17. #define TBFRAMEIMAGE  (106)
  18.  
  19.  
  20. // Public structures for the "titlebar image" BOOPSI class
  21.  
  22.  
  23. #endif
  24.  
  25.  
  26.